-
Notifications
You must be signed in to change notification settings - Fork 912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update all non-major dependencies #5566
base: main
Are you sure you want to change the base?
Conversation
|
Size Report 1Affected Products
Test Logs |
Size Analysis Report 1Affected Products
Test Logs |
bf50472
to
d526749
Compare
c2979ca
to
6cf7147
Compare
017949d
to
f83421c
Compare
f83421c
to
e70c510
Compare
2b38e62
to
47ac003
Compare
cae4b0b
to
f62f797
Compare
5628268
to
f4e91d5
Compare
f4e91d5
to
67240b9
Compare
This PR contains the following updates:
7.26.8
->7.26.9
7.26.8
->7.26.9
0.5.0
->0.5.1
2.27.12
->2.28.1
~1.9.0
->~1.12.0
4.23.3
->4.23.5
1.1.0
->1.2.0
18.19.75
->18.19.78
18.19.75
->18.19.78
4.4.1
->4.5.0
11.3.0
->11.4.0
13.30.0
->13.32.0
3.5.3
->3.6.0
4.28.1
->4.29.0
4.1.3
->4.5.0
5.37.0
->5.39.0
5.38.1
->5.39.0
5.97.1
->5.98.0
Release Notes
babel/babel (@babel/core)
v7.26.9
Compare Source
🐛 Bug Fix
babel-types
TSPropertySignature.kind
(@liuxingbaoyu)babel-generator
,babel-types
🏠 Internal
babel-types
.ts
files with explicit reexports to solve name conflicts (@nicolo-ribaudo)babel-core
@types/gensync
in Babel 7 (@nicolo-ribaudo)changesets/changesets (@changesets/changelog-github)
v0.5.1
Compare Source
Patch Changes
84a4a1b
]:grpc/grpc-node (@grpc/grpc-js)
v1.12.6
Compare Source
v1.12.5
: @grpc/grpc-js 1.12.5Compare Source
v1.12.4
: @grpc/grpc-js 1.12.4Compare Source
v1.12.3
: @grpc/grpc-js 1.12.3Compare Source
v1.12.2
: @grpc/grpc-js 1.12.2Compare Source
util.promisify
instead offs/promises
for Node 12 compatibility (#2838)v1.12.1
: @grpc/grpc-js 1.12.1Compare Source
v1.12.0
: @grpc/grpc-js 1.12.0Compare Source
Changelog
rejectUnauthorized
field to theVerifyOptions
interface, which can be passed as an argument tocredentials.createSsl
andcreateFromSecureContext
(#2812 contributed by @vinothsa4891)Experimental API changes
Added:
CaCertificateUpdate
CaCertificateUpdateListener
IdentityCertificateUpdate
IdentityCertificateUpdateListener
CertificateProvider
FileWatcherCertificateProvider
FileWatcherCertificateProviderConfig
createCertificateProviderChannelCredentials
createCertificateProviderServerCredentials
Modified:
LoadBalancer
: The constructor now takes an additional argument of typeChannelCredentials
.ChannelControlHelper#createSubchannel
: Now takes an additional argument of typeChannelCredentials | null
. This should be passed along if overriding this function.LeafLoadBalancer
: The constructor now takes an additional argument of typeChannelCredentials
.v1.11.3
: @grpc/grpc-js 1.11.3Compare Source
v1.11.2
: @grpc/grpc-js 1.11.2Compare Source
v1.11.1
: @grpc/grpc-js 1.11.1Compare Source
v1.11.0
: @grpc/grpc-js 1.11.0Compare Source
Changelog
getHost
method to server call objects (#2783, #2793)Experimental API changes
Added:
splitHostPort
HostPort
createServerCredentialsWithInterceptors
v1.10.11
: @grpc/grpc-js 1.10.11Compare Source
v1.10.10
: @grpc/grpc-js 1.10.10Compare Source
grpc.max_send_message_length
channel option (#2779)v1.10.9
: @grpc/grpc-js 1.10.9Compare Source
grpc.max_receive_message_size
per received message.v1.10.8
: @grpc/grpc-js 1.10.8Compare Source
unix:
targets to not reconnect after the channel goes idle (#2750)v1.10.7
: @grpc/grpc-js 1.10.7Compare Source
@grpc/proto-loader
to the latest version (#2732)v1.10.6
: @grpc/grpc-js 1.10.6Compare Source
v1.10.5
: @grpc/grpc-js 1.10.5Compare Source
Error.stackTraceLimit
isundefined
(#2701 contributed by @davidfiala)checkServerIdentity
whengrpc.ssl_target_name_override
is set (#2704)v1.10.4
: @grpc/grpc-js 1.10.4Compare Source
ResponderBuilder
andListenerBuilder
objects (#2696)v1.10.3
: @grpc/grpc-js 1.10.3Compare Source
v1.10.2
: @grpc/grpc-js 1.10.2Compare Source
v1.10.1
: @grpc/grpc-js 1.10.1Compare Source
round_robin
LB policy to fail to reconnect after a connection drops (#2667)v1.10.0
: @grpc/grpc-js 1.10.0Compare Source
Changelog
Server#start
(#2597) (details in gRFC L107)Server#unbind
(#2612) (details in gRFC L109)Server#drain
(#2616) (details in gRFC L111)VerifyOptions
(#2637 contributed by @chakhsu)Experimental API Changes
Endpoint
endpointToString
endpointHasAddress
LeafLoadBalancer
HealthListener
SubchannelInterface#isHealthy
SubchannelInterface#addHealthStateWatcher
SubchannelInterface#removeHealthStateWatcher
SubchannelWrapper#setHealthy
selectLbConfigFromList
parseLoadBalancingConfig
OutlierDetectionRawConfig
EndpointMap
experimental
namespace:ServiceConfig
MethodConfig
LoadBalancingConfig
(now a simple raw object type)RetryPolicy
getFirstUsableConfig
validateLoadBalancingConfig
OutlierDetectionLoadBalancingConfig
LoadBalancer#updateAddressList
: The first argument now has typeEndpoint[]
instead ofSubchannelAddress[]
ResolverListener#onSuccessfulResolution
: The first argument now has typeEndpoint[]
instead ofSubchannelAddress[]
registerLoadBalancerType
: The second argument, aLoadBalancerConstructor
now takes a second argumentoptions: ChannelOptions
ConfigSelector
: Now accepts an additional argumentchannelId: number
QueuePicker
: The constructor now accepts an additional optional argumentchildPicker: Picker
, which theQueuePicker
instance will delegate to if provided.microsoft/rushstack (@rushstack/ts-command-line)
v4.23.5
Compare Source
Wed, 12 Feb 2025 01:10:52 GMT
Version update only
v4.23.4
Compare Source
Thu, 30 Jan 2025 01:11:42 GMT
Version update only
chaijs/chai (chai)
v4.5.0
Compare Source
1a36d35
What's Changed
Full Changelog: chaijs/chai@v4.4.1...v4.5.0
firebase/firebase-js-sdk (firebase)
v11.4.0
Compare Source
For more detailed release notes, see Firebase JavaScript SDK Release Notes.
What's Changed
[email protected]
Minor Changes
9d82665
#8757 - Added support for modality-based token count.70e08cf
#8699 - Adds support for initial state hydration (from SSR contexts)777f465
#8483 - Add support for theFIREBASE_WEBAPP_CONFIG
environment variable at install time.ce2c775
#8683 - Public Preview Added support for generating images using the Imagen 3 model.Patch Changes
b3e68ca
#8769 - Fixed: invokingconnectDatabaseEmulator
multiple times with the same parameters will no longercause an error. Fixes GitHub Issue #6824.
c791ecf
#8750 - Fixed: invokingconnectAuthEmulator
multiple times with the same parameters will no longer causean error. Fixes GitHub Issue #6824.
Updated dependencies [
9d82665
,70e08cf
,b3e68ca
,c791ecf
,554c7bd
,884cbd7
,777f465
,f681482
,ce2c775
]:@firebase/app@0.11.2
@firebase/vertexai@1.1.0
@firebase/remote-config@0.6.0
@firebase/database-compat@2.0.4
@firebase/database@1.0.13
@firebase/auth@1.9.1
@firebase/util@1.11.0
@firebase/app-check@0.8.12
@firebase/analytics@0.10.12
@firebase/app-compat@0.2.51
@firebase/data-connect@0.3.1
@firebase/firestore@4.7.9
@firebase/functions@0.12.3
@firebase/installations@0.6.13
@firebase/messaging@0.12.17
@firebase/performance@0.7.1
@firebase/storage@0.13.7
@firebase/remote-config-compat@0.2.13
@firebase/auth-compat@0.5.19
@firebase/analytics-compat@0.2.18
@firebase/app-check-compat@0.3.19
@firebase/firestore-compat@0.3.44
@firebase/functions-compat@0.3.20
@firebase/installations-compat@0.2.13
@firebase/messaging-compat@0.2.17
@firebase/performance-compat@0.2.14
@firebase/storage-compat@0.3.17
@firebase/remote-config@0.6.0
Minor Changes
70e08cf
#8699 - Adds support for initial state hydration (from SSR contexts)Patch Changes
777f465
]:@firebase/util@1.11.0
Minor Changes
777f465
#8483 - Add support for theFIREBASE_WEBAPP_CONFIG
environment variable at install time.@firebase/vertexai@1.1.0
Minor Changes
9d82665
#8757 - Added support for modality-based token count.ce2c775
#8683 - Public Preview Added support for generating images using the Imagen 3 model.Patch Changes
554c7bd
#8736 (fixes #8714) - Filter out empty text parts from streaming responses.884cbd7
#8728 - Create Node CJS and ESM bundles.Updated dependencies [
777f465
]:@firebase/util@1.11.0
@firebase/component@0.6.13
@firebase/analytics@0.10.12
Patch Changes
777f465
]:@firebase/analytics-compat@0.2.18
Patch Changes
777f465
]:@firebase/app@0.11.2
Patch Changes
Update SDK_VERSION.
Updated dependencies [
777f465
]:@firebase/util@1.11.0
@firebase/component@0.6.13
@firebase/app-check@0.8.12
Patch Changes
f681482
#8792 - Fixed a bug that caused an error to be thrown when the debug exchange failed.Updated dependencies [
777f465
]:@firebase/util@1.11.0
@firebase/component@0.6.13
@firebase/app-check-compat@0.3.19
Patch Changes
777f465
,f681482
]:@firebase/app-compat@0.2.51
Patch Changes
777f465
]:@firebase/auth@1.9.1
Patch Changes
c791ecf
#8750 - Fixed: invokingconnectAuthEmulator
multiple times with the same parameters will no longer causean error. Fixes GitHub Issue #6824.
777f465
]:@firebase/auth-compat@0.5.19
Patch Changes
c791ecf
,777f465
]:@firebase/component@0.6.13
Patch Changes
777f465
]:@firebase/data-connect@0.3.1
Patch Changes
777f465
]:@firebase/database@1.0.13
Patch Changes
b3e68ca
#8769 - Fixed: invokingconnectDatabaseEmulator
multiple times with the same parameters will no longercause an error. Fixes GitHub Issue #6824.
777f465
]:@firebase/database-compat@2.0.4
Patch Changes
b3e68ca
#8769 - Fixed: invokingconnectDatabaseEmulator
multiple times with the same parameters will no longercause an error. Fixes GitHub Issue #6824.
b3e68ca
,777f465
]:@firebase/database-types@1.0.9
Patch Changes
777f465
]:@firebase/firestore@4.7.9
Patch Changes
777f465
]:@firebase/firestore-compat@0.3.44
Patch Changes
777f465
]:@firebase/functions@0.12.3
Patch Changes
777f465
]:@firebase/functions-compat@0.3.20
Patch Changes
777f465
]:@firebase/installations@0.6.13
Patch Changes
777f465
]:@firebase/installations-compat@0.2.13
Patch Changes
777f465
]:[@firebase/messaging](https://redirect.github.com/firebase/messagin
Configuration
📅 Schedule: Branch creation - "before 3am on Friday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.